home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / Text Capture FKEY / embedded-types.r < prev    next >
Text File  |  1992-03-15  |  568b  |  39 lines

  1. type 'div4' {
  2.     wide array [$$ResourceSize / 16]{
  3.         unsigned hex longint;
  4.         unsigned hex longint;
  5.         unsigned hex longint;
  6.         unsigned hex longint;
  7.     };
  8.     array {
  9.         unsigned hex longint;
  10.     };
  11. };
  12.  
  13. type 'byts' {
  14.     wide array [$$ResourceSize / 8]{
  15.         unsigned hex byte;
  16.         unsigned hex byte;
  17.         unsigned hex byte;
  18.         unsigned hex byte;
  19.         unsigned hex byte;
  20.         unsigned hex byte;
  21.         unsigned hex byte;
  22.         unsigned hex byte;
  23.     };
  24.     array {
  25.         unsigned hex byte;
  26.     };
  27. };
  28.  
  29. type 'DITL' as 'byts';
  30.  
  31. type 'DLOG' as 'div4';
  32.  
  33. type 'PICT' as 'byts';
  34.  
  35. type 'CDEF' as 'div4';
  36.  
  37. type 'CNTL' as 'byts';
  38.  
  39.